Goto

Collaborating Authors

 artistic style transfer


Artistic Style Transfer with Internal-external Learning and Contrastive Learning

Neural Information Processing Systems

Although existing artistic style transfer methods have achieved significant improvement with deep neural networks, they still suffer from artifacts such as disharmonious colors and repetitive patterns. Motivated by this, we propose an internal-external style transfer method with two contrastive losses. Specifically, we utilize internal statistics of a single style image to determine the colors and texture patterns of the stylized image, and in the meantime, we leverage the external information of the large-scale style dataset to learn the human-aware style information, which makes the color distributions and texture patterns in the stylized image more reasonable and harmonious. In addition, we argue that existing style transfer methods only consider the content-to-stylization and style-to-stylization relations, neglecting the stylization-to-stylization relations. To address this issue, we introduce two contrastive losses, which pull the multiple stylization embeddings closer to each other when they share the same content or style, but push far away otherwise. We conduct extensive experiments, showing that our proposed method can not only produce visually more harmonious and satisfying artistic images, but also promote the stability and consistency of rendered video clips.


Artistic Style Transfer with Internal-external Learning and Contrastive Learning

Neural Information Processing Systems

Although existing artistic style transfer methods have achieved significant improvement with deep neural networks, they still suffer from artifacts such as disharmonious colors and repetitive patterns. Motivated by this, we propose an internal-external style transfer method with two contrastive losses. Specifically, we utilize internal statistics of a single style image to determine the colors and texture patterns of the stylized image, and in the meantime, we leverage the external information of the large-scale style dataset to learn the human-aware style information, which makes the color distributions and texture patterns in the stylized image more reasonable and harmonious. In addition, we argue that existing style transfer methods only consider the content-to-stylization and style-to-stylization relations, neglecting the stylization-to-stylization relations. To address this issue, we introduce two contrastive losses, which pull the multiple stylization embeddings closer to each other when they share the same content or style, but push far away otherwise.


The Funhouse

#artificialintelligence

We are a community dedicated to art produced with the help of artificial neural networks, which are themselves inspired by the human brain. Advances in the machine learning sub field of artificial intelligence brought on by the information age have made it possible for machines to create art that rivals that of what a human being can do. We here at /r/DeepDream mainly focus on applications of deep learning which itself is a sub field of machine learning. As the largest online AI art community, we routinely push the bounds of technology in the pursuit of better-looking artwork. The DeepDream wiki is available here.


Title Sequence from ALF

#artificialintelligence

We are a community dedicated to art produced with the help of artificial neural networks, which are themselves inspired by the human brain. Advances in the machine learning sub field of artificial intelligence brought on by the information age have made it possible for machines to create art that rivals that of what a human being can do. We here at /r/DeepDream mainly focus on applications of deep learning which itself is a sub field of machine learning. As the largest online AI art community, we routinely push the bounds of technology in the pursuit of better-looking artwork. The DeepDream wiki is available here.


Top TensorFlow-Based Projects That ML Beginners Should Try

#artificialintelligence

On November 13, 2015, Google had open-sourced TensorFlow, an end-to-end machine learning platform. Apart from marking five years of being one of the most popular machine learning frameworks, last week was even more significant as TensorFlow crossed the 160 million downloads. This article lists some interesting TensorFlow projects, in no particular order, which enthusiasts can try their hands on. This Handwritten Text Recognition can be implemented using TensorFlow. In this project, the system is trained on the IAM off-line dataset.


GLStyleNet: Higher Quality Style Transfer Combining Global and Local Pyramid Features

Wang, Zhizhong, Zhao, Lei, Xing, Wei, Lu, Dongming

arXiv.org Artificial Intelligence

Recent studies using deep neural networks have shown remarkable success in style transfer especially for artistic and photo-realistic images. However, the approaches using global feature correlations fail to capture small, intricate textures and maintain correct texture scales of the artworks, and the approaches based on local patches are defective on global effect. In this paper, we present a novel feature pyramid fusion neural network, dubbed GLStyleNet, which sufficiently takes into consideration multi-scale and multi-level pyramid features by best aggregating layers across a VGG network, and performs style transfer hierarchically with multiple losses of different scales. Our proposed method retains high-frequency pixel information and low frequency construct information of images from two aspects: loss function constraint and feature fusion. Our approach is not only flexible to adjust the trade-off between content and style, but also controllable between global and local. Compared to state-of-the-art methods, our method can transfer not just large-scale, obvious style cues but also subtle, exquisite ones, and dramatically improves the quality of style transfer. We demonstrate the effectiveness of our approach on portrait style transfer, artistic style transfer, photo-realistic style transfer and Chinese ancient painting style transfer tasks. Experimental results indicate that our unified approach improves image style transfer quality over previous state-of-the-art methods, while also accelerating the whole process in a certain extent. Our code is available at https://github.com/EndyWon/GLStyleNet.


Two Minute Papers - Artistic Style Transfer For Videos

#artificialintelligence

Artificial neural networks were inspired by the human brain and simulate how neurons behave when they are shown a sensory input (e.g., images, sounds, etc). They are known to be excellent tools for image recognition, any many other problems beyond that - they also excel at weather predictions, breast cancer cell mitosis detection, brain image segmentation and toxicity prediction among many others. Deep learning means that we use an artificial neural network with multiple layers, making it even more powerful for more difficult tasks. This time they have been shown to be apt at reproducing the artistic style of many famous painters, such as Vincent Van Gogh and Pablo Picasso among many others. All the user needs to do is provide an input photograph and a target image from which the artistic style will be learned.